projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0655d4d
)
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 1 Oct 1997 17:24:24 +0000
(17:24 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 1 Oct 1997 17:24:24 +0000
(17:24 +0000)
[! HAVE_LIBXMU] (NO_EDITRES): Defined.
src/s/aix4-1.h
patch
|
blob
|
history
diff --git
a/src/s/aix4-1.h
b/src/s/aix4-1.h
index f5053a45afd1b35853768a2bb1485e7930a81b4a..ce9bf026df5b1208608d621f44045807e09441c2 100644
(file)
--- a/
src/s/aix4-1.h
+++ b/
src/s/aix4-1.h
@@
-29,3
+29,10
@@
if it was a control character like tab, enter, backspace, or ESC.
Bill_Mann @ PraxisInt.com */
/* #undef X11R5_INHIBIT_I18N */
+
+#ifndef HAVE_LIBXMU
+#define LIBXMU
+
+/* Unfortunately without libXmu we cannot support EditRes. */
+#define NO_EDITRES
+#endif